func internal/runtime/maps.rand
7 uses
internal/runtime/maps (current package)
map.go#L269: m.seed = uintptr(rand())
map.go#L333: m.seed = uintptr(rand())
map.go#L678: m.seed = uintptr(rand())
map.go#L765: m.seed = uintptr(rand())
runtime.go#L22: func rand() uint64
table.go#L694: it.entryOffset = rand()
table.go#L695: it.dirOffset = rand()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |